From 2fc9e5492e220041ba322d9a1479feb7803228cf Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 29 Oct 2025 06:20:56 +0000 Subject: (최겸) 구매 PQ수정, 정규업체 결재 개발(진행중) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/files/[...path]/route.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/api/files/[...path]/route.ts') diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index 83fe7ba2..0416f800 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -54,7 +54,8 @@ const isAllowedPath = (requestedPath: string): boolean => { 'information', 'general-contract-templates', 'purchase-requests', - 'projects' + 'projects', + 'vendor-evaluation/attachments' ]; return allowedPaths.some(allowed => -- cgit v1.2.3